
Wintime (R) Utility Disk
Copyright (C) Wintime Technology Inc. 1988-1995.

Directories and files list for your utility disk as follows:

           \DOS

           README
           WTRUN.COM
           WTRUN.INI
           SKETCH.EXE

Description
===========

      * File README
        The file you are reading.

      * File WTRUN.COM
        Tablet driver for DOS.

      * File WTRUN.INI
        Tablet driver initial file.

      * File SKETCH.EXE
        Tablet testing program for DOS.


SKETCH introduction
==================

        SKETCH.EXE test the tablet and let you use the basic functions of
        tablet.  After you issued SKETCH command under DOS prompt, the
        screen has follow message that means your tablet is good.

SKETCH execution
==================
       (1) Check your computer and tablet well connected.
       (2) Run SKETCH.EXE under DOS prompt.  You will see the message:

        Wintime (R) Tablet Test Utility Version 2.05
        Copyright (C) Wintime Tecnology Inc. 1991-1995. All right reserved.

        DIGITIZER at COMX

        Baud rate = 9600 bps ... OK
        ODD parity check ... OK
        Transmit PACKED BINARY format ... OK

        I am fine, and ready to work.

        press any key to continue
        _

        After above screen you will enter drawing screen.  You can use
        the cursor's buttons as following:

        Button 1        drawing line
        Button 2        clear screen
        Button 3        like an eraser
        Button 4        reserved
        Button 5        reserved
        Button 6        reserved



WTRUN introduction
==================

WTRUN (Wintime Runner) is a TSR (Terminate and Stay Resident) program
providing intergration interface for ADI, Mouse, Tablet and Keyboard
emulation. WTRUN V2.06 enables you to automatically toggle tablet between
tablet mode and mouse emulation mode without reconfiguring the program or
re-load the mouse driver. You can take AutoCAd and Pcshell for example.
You will find WTRUN V2.0 enable you to switch ADI driver (AutoCAD) and
mouse driver (Pcshell) more easily and quickly.


WTRUN installation
==================

1.  System requirement:

        Environments - AT/286/386/486 IBM PC and compatible
        Tablet - all KD, WD, LD, OP series tablet
        Memory size - 12.8k bytes

2. the steps

       (1) Check your computer and tablet well connected.
       (2) Run WTRUN.COM under DOS prompt.  You will see the message:

           " Wintime (R) WTRUN version 2.01
             Copyright (C) Wintime Technology Inc. 1991-1992.  All
             rights reserved.
             Read initial file C:\EXE\WTRUN.INI
             XX-XXXX connected on COMX
             Driver install successfully.                         "

           WTRUN return to the ERRORLEVERL CODE 0

           If the messages are:

          " Wintime (R) WTRUN version 2.01
            Copyright (C) Wintime Technology Inc. 1991-1992.  All
            rights reserved.
            Read initial file C:\EXE\WTRUN.INI
            Digitizer not respond, or unknown model
            Abort installation !                                  "

          Please recheck your computer and digitizer is well connected.
          If the connection is OK and the screen always appears the same
          messages:

              " Digitizer not respond, or unknown model
                Abort installation !                     "

          Please contact us or your nearest dealers.

     * Note: WTRUN version 2.01 support serial port from COM1 to COM4.
             WTRUN.COM will automatically search the COM PORT to which
             the tablet connect, you needn't to assign COM PORT (only
             type "WTRUN <return>").  However, if you want to use
             argument to assign COM PORT, please see the next description
             about "Command line arguments".


WTRUN Command line argument
==========================

WTRUN provides some command line arguments.  There are no case
sensitivities in all  arguments, and you can use them by syntex.

        WTRUN [/arg1/arg/2..]

Arguments:

 /1     install driver on COM1
             This arguments tells your tablet is connected at com2

 /2     install driver on COM2
             Same as argument/1, but it is at com2

 /3     install driver on COM3
             Same as argument/1, but it is at com3

 /4     install driver on COM4
             Same as argument/1, but it is at com4

 /?     help
             This argument will help you use the the arguments
             collectly

 /A     absolute mapping mode
             This argument tells WTRUN to work under absolute mode,
             and at this moment your tablet cursor will be an absolute
             mapping mouse.  Absolute mapping means tablet cursor's
             action is fully mapping your screen monitor.  You can use
             this argument character in most mouse application like
             PCTOOLS or Norton....

 /D     enable direction-key simulation
             This argument lets you move tablet's cursor like you enter
             direction-key from PC's keyboard to help you move screen
             cursor or cell speedily on screen.  This argument provides
             you two status for your choice:

                <Left Ctl>+<Right Ctl> => act direction-key emulation
                <Ctrl>+<Shift>         => unact direction-key emulation

 /H    help (same as /?)


 /I    not to read initial file
            This argument tells WTRUN not to read WTRUN.INI (about the
            WTRUN.INI, please see the description about WTRUN.INI)

 /R    relative mouse mode
            this is a default setting.  If you use the variable
            MODE=1 in WTRUN.INI, you can use this command line
            argument/R to replace it.

 /U    uninstall
            Release WTRUN.COM allocated memory


The initial file WTRUN.INI
==========================

WTRUN searches the initial file WTRUN.INI in current directory. Before
you run the WTRUN.COM, check if there is the file in current directory.
Now WTRUN has 21 variables which allow you to use in WTRUN.INI.
Notice that there are 15 function cells on the cover, but these function
cells are only available in OmniPen 6X6 tablet under MS-DOS. Each cell
contains a macro string, when user touches them with a stylus, a proper
macro string will send to keyboard. For example, if cell #1 is defined
to be DIR<ENTER>, when user selects it, the computer will do a DIR
command. When WTRUN.COM is run and WTRUN.INI is not existed in current
directory, the 15 function cells will use default macro string.
These 15 function cells are void if WTRUN.INI was not read. WTRUN.INI
will not to be read with the selection /I when WTRUN.COM is run.
The 21 varaibles are as follows:

COM=  This variable tells WTRUN on which com port Wintime tablet
      is connected.
      COM=0  Autodetect the com port which the tablet is connected
      COM=1  Means tablet is connected on com1
      COM=2  Means tablet is connected on com2
      COM=3  Means tablet is connected on com3
      COM=4  Means tablet is connected on com4
      * Note:  1. the variable setting will be replaced by DOS
                  command line arguments /1,/2,/3,/4
               2. this variable default setting is COM=0

MODE=  This variable makes WTRUN to work by absoulte or relative mode;
       the value 0 means relative mode, 1 means absolute mode.
      * Note:  1. the variable setting  will be replaced by DOS command
                  line arguments /A,/R
               2. this variable default setting is MODE=0


Xmin=  This variable will be effective when MODE=1 (absolute mode).
      It sets the X coordinate of lower left of tablet's mapping area.

Xmax=  This variable will be effective when MODE=1 (absolute mode).
      It sets the X coordinate of upper right of tablet's mapping area.

Ymin=  This variable will be effective when MODE=1 (absolute mode).
      It sets the Y coordinate of lower left of tablet's mapping area.

Ymax=  This variable will be effective when MODE=1 (absolute mode).
      It sets the Y coordinate of upper right of tablet's mapping area.

F1=    The variable defines function cell 1 on the cover. Default setting
      is dir/p<ENTER>.

F2=    The variable defines function cell 2 on the cover. Default setting
      is dir<ENTER>.

F3=    The variable defines function cell 3 on the cover. Default setting
      is cls<ENTER>.

F4=    The variable defines function cell 4 on the cover. Default setting
      is sketch<ENTER>.

F5=    The variable defines function cell 5 on the cover. Default setting
      is win<ENTER>.

F6=    The variable defines function cell 6 on the cover. Default setting
      is news<ENTER>.

F7=    The variable defines function cell 7 on the cover. Default setting
      is quit<ENTER>.

F8=    The variable defines function cell 8 on the cover. Default setting
      is cell<ENTER>.

F9=    The variable defines function cell 9 on the cover.

F10=   The variable defines function cell 10 on the cover.

F11=   The variable defines function cell 11 on the cover.

F12=   The variable defines function cell 12 on the cover.

F13=   The variable defines function cell 13 on the cover.

F14=   The variable defines function cell 14 on the cover.

F15=   The variable defines function cell 15 on the cover.

WTRUN messages
==============

When you run WTRUN, you may meet some messages.  Following are the
messages meanings.

Message:  XX-XXX connected on COMn
          It means WTRUN detects the tablet model number and the com port
          it connected with.
          XX-XXX means the model number of tablet
          COMn, "n" means com port number
          For example:  KD-4000 connected on COM1

Message:  Driver already installed
          It means WTRUN is already loaded and installed into memory .

Message:  Driver install successfully
          It means WTRUN is loaded and installed successfully into memory.

Message:  Driver uninstall successfully
          It means WTRUN is loaded and installed unsuccessfully into
          memory.

Message:  Open file error !
          It means the WTRUN can't find the WTRUN.INI in current directory.

Message:  Read initial file driver:\path\WTRUN.INI
          It means WTRUN reads the initial file WTRUN.INI.
          For example:  Read initial file C:\EXE\WTRUN.INI

Message:  Syntex error !
          It means WTRUN checks out the syntex error in command line.

Message:  Unknown command !
          It means you use an unknown command in WTRUN command line.


End of file.
